home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14066 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: newsfeed.internetmci.com!panix!not-for-mail
  2. From: bjc@panix.com (Brian Joseph Cully)
  3. Newsgroups: gnu.g++.help,comp.lang.c++,panix.questions
  4. Subject: Re: Character Graphics, g++, and curses
  5. Date: 28 Mar 1996 11:33:01 -0500
  6. Organization: Panix
  7. Message-ID: <4jeevt$8mb@panix4.panix.com>
  8. References: <4if3bf$d33@panix.com>
  9. NNTP-Posting-Host: panix4.panix.com
  10.  
  11. In article <4if3bf$d33@panix.com>,
  12. Arthur Cinader Jr <acinader@panix.com> wrote:
  13. >I am planning on using curses to control the screen.
  14. >While this should do the trick, it will not allow me
  15. >to use cin and cout (I think!?!) for my user interface
  16. >screen object.  Instead, I will need to use addstr()
  17. >and getstr(). Not too bad.
  18.  
  19. you can use c{in,out}, but you shouldnt. screws up curses something
  20. big.
  21.  
  22. alternately you could just overload cout and cin to use curses
  23. routines, shouldnt be too difficult, and probably pretty cool.
  24.  
  25. btw, curses has c++ lib that it comes with, but ive never used it, so
  26. i cant help you there.
  27. -- 
  28. Brian Cully    bjc@panix.com    | "You can tune a filesystem, but you can't
  29. System Administrator        |  tune a fish"
  30. PANIX Public Access Networks    |            -- tunefs(8)
  31.